home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-24 | 1.5 KB | 38 lines | [TEXT/pdos] |
- Apple II
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
-
- #13: Math
-
- Version: 3.0 June 1990
-
- APW Components: Math.asm
- Math.Init.asm
- Full.Build
- Build
- Build.Macros
-
- MPW Components: Math.Aii
- Math.Init.Aii
- MakeFile
-
- This sample program demonstrates how to use the Apple IIGS Integer Math and
- SANE tools in a 65816 assembly language application.
- _____________________________________________________________________________
-
- Math produces graphic displays of four waveforms: a sine curve generated from
- Integer Math Frac numbers, an integer Fast Fourier Transform, a sine curve
- generated via SANE, and a SANE FFT. SANE operations favor numerical accuracy
- over speed, so the two SANE waveforms take time to calculate. The SANE FFT
- takes over a minute (no, the application has not crashed).
-
- APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System
- Software 5.0.2 or later. Three APW command files, Full.Build, Build, and
- Build.Macros allow you to perform complete or partial rebuilds of the load
- file Math.
-
- MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler
- v.1.0 or later. The name needed by the MPW Build menu's Build option can be
- found in the MakeFile.
-